home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / util / batch / dir2html.lha / dir2html / htdirs < prev   
AmigaDOS Script File  |  2000-10-29  |  932b  |  22 lines

  1. .key disk,pref
  2. .bra {
  3. .ket }
  4. cd {disk}
  5. echo >ram:tmp.html "<HTML><HEAD>Directory of: {pref}<HR>"
  6. list >>ram:tmp.html PAT=#? FILES NODATES NOHEAD QUICK ALL LFORMAT="<A HREF=/{pref}/%s%s>%s</A><BR>"
  7. echo >>ram:tmp.html "<HR><A HREF=javascript:history.back()>BACK</A>          "
  8. echo >>ram:tmp.html "Generated with: <A HREF=http://www.crevman.link.pl/files/dir2html.lha>dir2html</A>"
  9. echo >>ram:tmp.html " by <A HREF=mailto:amiga@irc.pl?subject=DIR2HTML>BloodMan</A></BODY></HTML>"
  10. ;
  11. ; ---  dir2html [pre!] v0.1 (11.03.2000) by BloodMan^PTE  ---
  12. ; download from http://www.crevman.link.pl/files/dir2html.lha
  13. ; any comments, suggestions etc; please write to amiga@irc.pl
  14. ;
  15. ;
  16. ; install= copy htdirs c:
  17. ;          protect c:htdirs +s
  18. ;
  19. ;   usage= htdirs disk:           <- if dir is a rootdir do NOT input 2nd parameter
  20. ;          htdirs disk:path/ path
  21. ;                                 `- this is for show (Directory of:) and for link.
  22.